Foxit PDF SDK
FoxitPDFSDKPython2.LRStructureElement类 参考
类 FoxitPDFSDKPython2.LRStructureElement 继承关系图:
FoxitPDFSDKPython2.LRElement FoxitPDFSDKPython2.Base

Public 成员函数

def LRStructureElement ()
 构造函数。
 
def LRStructureElement (other)
 带参数的构造函数。 更多...
 
def LRStructureElement (element)
 构造函数,使用父类对象。 更多...
 
def GetAttributeValueARGB (type, index)
 获取指定属性类型的ARGB值(由索引指定)。 更多...
 
def GetAttributeValueCount (type)
 获取指定属性类型的值数量。 更多...
 
def GetAttributeValueElement (type, index)
 获取指定属性类型的结构元素对象(由索引指定)。 更多...
 
def GetAttributeValueEnum (type, index)
 获取指定属性类型的枚举值(由索引指定)。 更多...
 
def GetAttributeValueFloat (type, index)
 获取指定属性类型的浮点值(由索引指定)。 更多...
 
def GetAttributeValueInt32 (type, index)
 获取指定属性类型的整数值(由索引指定)。 更多...
 
def GetAttributeValueString (type, index)
 获取指定属性类型的字符串值(由索引指定)。 更多...
 
def GetAttributeValueType (type)
 获取指定属性类型的属性值类型。 更多...
 
def GetBBox ()
 获取边界框。 更多...
 
def GetChild (index)
 通过索引获取子元素。 更多...
 
def GetChildCount ()
 获取子元素的数量。 更多...
 
def GetParentElement ()
 获取父元素。 更多...
 
def GetSupportedAttribute (index)
 通过索引获取支持的属性类型。 更多...
 
def GetSupportedAttributeCount ()
 获取支持的属性数量。 更多...
 
- Public 成员函数 继承自 FoxitPDFSDKPython2.LRElement
def LRElement ()
 构造函数。
 
def LRElement (other)
 带参数的构造函数。 更多...
 
def GetElementType ()
 获取元素类型。 更多...
 
def IsContentElement ()
 检查当前对象是否为内容元素。 更多...
 
def IsEmpty ()
 检查当前对象是否为空。 更多...
 
def IsGraphicsObjectElement ()
 检查当前对象是否为图形对象元素。 更多...
 
def IsStructureElement ()
 检查当前对象是否为结构元素。 更多...
 
def StringifyType ()
 将当前元素的类型(枚举值)转换为简短且易记的字符串(文本)表示。 更多...
 

静态 Public 成员函数

def IsArrayAttributeValueType (type)
 检查输入的属性值类型是否表示数组。 更多...
 
def ParseAttributeType (type_string)
 解析属性类型的字符串表示并获取此属性类型的枚举值。 更多...
 
def StringifyAttributeType (type)
 将指定属性类型的枚举值转换为简短且易记的字符串(文本)表示。 更多...
 
def StringifyEnumVariant (type)
 将指定属性值枚举的枚举值转换为简短且易记的字符串(文本)表示。 更多...
 
- 静态 Public 成员函数 继承自 FoxitPDFSDKPython2.LRElement
def StringifyElementType (type)
 将指定元素类型的枚举值转换为简短且易记的字符串(文本)表示。 更多...
 

静态 Public 属性

 e_AttributeTypeABox = _fsdk.LRStructureElement_e_AttributeTypeABox
 (保留)属性类型:ABox。 更多...
 
 e_AttributeTypeAttached = _fsdk.LRStructureElement_e_AttributeTypeAttached
 属性类型:Attached,指定工件在逻辑上附加到页面的边缘(如果有的话)。 更多...
 
 e_AttributeTypeBackgroundColor = _fsdk.LRStructureElement_e_AttributeTypeBackgroundColor
 属性类型:BackgroundColor,表示用于填充表格单元格或任何元素内容矩形背景的颜色。 更多...
 
 e_AttributeTypeBaselineShift = _fsdk.LRStructureElement_e_AttributeTypeBaselineShift
 属性类型:BaselineShift,表示元素基线相对于其父元素基线的偏移距离。 更多...
 
 e_AttributeTypeBBox = _fsdk.LRStructureElement_e_AttributeTypeBBox
 属性类型:BBox,表示元素的边界框(完全包含其可见内容的矩形)。 更多...
 
 e_AttributeTypeBlockAlign = _fsdk.LRStructureElement_e_AttributeTypeBlockAlign
 属性类型:BlockAlign,表示表格单元格内容在块进展方向上的对齐方式。 更多...
 
 e_AttributeTypeBorderColor = _fsdk.LRStructureElement_e_AttributeTypeBorderColor
 属性类型:BorderColor,表示在表格单元格或任何元素内容矩形边缘绘制的边框颜色。 更多...
 
 e_AttributeTypeBorderStyle = _fsdk.LRStructureElement_e_AttributeTypeBorderStyle
 属性类型:BorderStyle,表示元素边框的样式。 更多...
 
 e_AttributeTypeBorderThickness = _fsdk.LRStructureElement_e_AttributeTypeBorderThickness
 属性类型:BorderThickness,表示在表格单元格或任何元素内容矩形边缘绘制的边框厚度。 更多...
 
 e_AttributeTypeColor = _fsdk.LRStructureElement_e_AttributeTypeColor
 属性类型:Color,表示用于绘制文本的颜色以及表格边框和文本装饰的默认颜色值。 更多...
 
 e_AttributeTypeColSpan = _fsdk.LRStructureElement_e_AttributeTypeColSpan
 仅适用于Table的属性类型:ColSpan,表示单元格跨越的封闭表格中的列数。 更多...
 
 e_AttributeTypeColumnCount = _fsdk.LRStructureElement_e_AttributeTypeColumnCount
 属性类型:ColumnCount,表示分组元素内容中的列数。 更多...
 
 e_AttributeTypeColumnGap = _fsdk.LRStructureElement_e_AttributeTypeColumnGap
 属性类型:ColumnGap,表示相邻列之间的期望空间,在内联进展方向上测量。 更多...
 
 e_AttributeTypeColumnWidths = _fsdk.LRStructureElement_e_AttributeTypeColumnWidths
 属性类型:ColumnWidths,表示列的期望宽度,在内联进展方向上测量。 更多...
 
 e_AttributeTypeDestination = _fsdk.LRStructureElement_e_AttributeTypeDestination
 属性类型:Destination(PDF 2.0),提供访问内容的方法。 更多...
 
 e_AttributeTypeDirection = _fsdk.LRStructureElement_e_AttributeTypeDirection
 (保留)属性类型:Direction。 更多...
 
 e_AttributeTypeEndIndent = _fsdk.LRStructureElement_e_AttributeTypeEndIndent
 属性类型:EndIndent,表示从BLSE的结束边缘到参考区域结束边缘的距离。 更多...
 
 e_AttributeTypeFieldChecked = _fsdk.LRStructureElement_e_AttributeTypeFieldChecked
 仅适用于PrintField的属性类型:checked,表示单选按钮或复选框字段的状态。 更多...
 
 e_AttributeTypeFieldDesc = _fsdk.LRStructureElement_e_AttributeTypeFieldDesc
 仅适用于PrintField的属性类型:Desc,表示字段的备用名称, 类似于交互字段的字段字典中TU条目提供的值。 更多...
 
 e_AttributeTypeFieldRole = _fsdk.LRStructureElement_e_AttributeTypeFieldRole
 仅适用于PrintField的属性类型:Role,表示此图形所代表的表单字段类型。 更多...
 
 e_AttributeTypeGlyphOrientationVertical = _fsdk.LRStructureElement_e_AttributeTypeGlyphOrientationVertical
 属性类型:GlyphOrientationVertical,指定当内联进展方向为从上到下或从下到上时字形的方向。 更多...
 
 e_AttributeTypeHeight = _fsdk.LRStructureElement_e_AttributeTypeHeight
 属性类型:Height,表示元素内容矩形的高度。 更多...
 
 e_AttributeTypeInlineAlign = _fsdk.LRStructureElement_e_AttributeTypeInlineAlign
 属性类型:InlineAlign,表示表格单元格内容在内联进展方向上的对齐方式。 更多...
 
 e_AttributeTypeInvalid = _fsdk.LRStructureElement_e_AttributeTypeInvalid
 属性类型:无效。
 
 e_AttributeTypeLineHeight = _fsdk.LRStructureElement_e_AttributeTypeLineHeight
 属性类型:LineHeight,表示元素在块进展方向上的首选高度。 更多...
 
 e_AttributeTypeListNumbering = _fsdk.LRStructureElement_e_AttributeTypeListNumbering
 仅适用于List的属性类型:ListNumbering,表示用于生成自动编号列表中 Lbl(标签)元素内容的编号系统,或用于标识非编号列表中每个项目的符号。 更多...
 
 e_AttributeTypePadding = _fsdk.LRStructureElement_e_AttributeTypePadding
 属性类型:Padding,指定用于元素内容矩形与周围边框之间分离的偏移。 更多...
 
 e_AttributeTypePlacement = _fsdk.LRStructureElement_e_AttributeTypePlacement
 属性类型:Placement,表示元素相对于封闭参考区域和其他内容的定位。 更多...
 
 e_AttributeTypeRole = _fsdk.LRStructureElement_e_AttributeTypeRole
 属性类型:role,表示结构元素含义和它映射到的标准类型的字符串。 更多...
 
 e_AttributeTypeRotation = _fsdk.LRStructureElement_e_AttributeTypeRotation
 属性类型:Rotation 更多...
 
 e_AttributeTypeRowSpan = _fsdk.LRStructureElement_e_AttributeTypeRowSpan
 仅适用于Table的属性类型:RowSpan,表示单元格跨越的封闭表格中的行数。 更多...
 
 e_AttributeTypeRubyAlign = _fsdk.LRStructureElement_e_AttributeTypeRubyAlign
 属性类型:RubyAlign,表示假名注音组合内行的对齐方式。 更多...
 
 e_AttributeTypeRubyPosition = _fsdk.LRStructureElement_e_AttributeTypeRubyPosition
 属性类型:RubyPosition,表示假名注音组合中RT结构元素相对于RB元素的位置。 更多...
 
 e_AttributeTypeShort = _fsdk.LRStructureElement_e_AttributeTypeShort
 属性类型:Short(PDF 2.0),包含TH结构元素内容的简短形式。 更多...
 
 e_AttributeTypeSpaceAfter = _fsdk.LRStructureElement_e_AttributeTypeSpaceAfter
 属性类型:SpaceAfter,表示BLSE后边缘之后的额外空间量。 更多...
 
 e_AttributeTypeSpaceBefore = _fsdk.LRStructureElement_e_AttributeTypeSpaceBefore
 属性类型:SpaceBefore,表示BLSE前边缘之前的额外空间量。 更多...
 
 e_AttributeTypeStartIndent = _fsdk.LRStructureElement_e_AttributeTypeStartIndent
 属性类型:StartIndent,表示从参考区域的开始边缘到BLSE开始边缘的距离。 更多...
 
 e_AttributeTypeSubType = _fsdk.LRStructureElement_e_AttributeTypeSubType
 属性类型:Subtype,表示注释或工件的子类型。 更多...
 
 e_AttributeTypeTableHeaders = _fsdk.LRStructureElement_e_AttributeTypeTableHeaders
 (当前不支持)仅适用于Table的属性类型:Headers,表示元素标识符数组。 更多...
 
 e_AttributeTypeTableHeaderScope = _fsdk.LRStructureElement_e_AttributeTypeTableHeaderScope
 仅适用于Table的属性类型:Scope,指示标题单元格是否适用于 包含它的行中的其余单元格、包含它的列或 包含它的行和列。 更多...
 
 e_AttributeTypeTableSummary = _fsdk.LRStructureElement_e_AttributeTypeTableSummary
 仅适用于Table的属性类型:Summary,表示表格用途和结构的摘要, 用于非视觉渲染,如语音或盲文。 更多...
 
 e_AttributeTypeTBorderStyle = _fsdk.LRStructureElement_e_AttributeTypeTBorderStyle
 属性类型:TBorderStyle,表示在表格单元格每个边缘绘制的边框样式。 更多...
 
 e_AttributeTypeTextAlign = _fsdk.LRStructureElement_e_AttributeTypeTextAlign
 属性类型:TextAlign,表示BLSE行内文本和其他内容的对齐方式。 更多...
 
 e_AttributeTypeTextDecorationColor = _fsdk.LRStructureElement_e_AttributeTypeTextDecorationColor
 属性类型:TextDecorationColor,表示用于绘制文本装饰的颜色。 更多...
 
 e_AttributeTypeTextDecorationThickness = _fsdk.LRStructureElement_e_AttributeTypeTextDecorationThickness
 属性类型:TextDecorationThickness,表示作为文本装饰一部分绘制的每条线的厚度。 更多...
 
 e_AttributeTypeTextDecorationType = _fsdk.LRStructureElement_e_AttributeTypeTextDecorationType
 属性类型:TextDecorationType,表示应用于元素文本的文本装饰(如果有的话)。 更多...
 
 e_AttributeTypeTextIndent = _fsdk.LRStructureElement_e_AttributeTypeTextIndent
 属性类型:TextIndent,表示从BLSE的开始边缘(由 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeStartIndent 指定) 到第一行文本的额外距离。 更多...
 
 e_AttributeTypeTPadding = _fsdk.LRStructureElement_e_AttributeTypeTPadding
 属性类型:TPadding,指定用于表格单元格内容矩形与周围边框之间分离的偏移。 更多...
 
 e_AttributeTypeVersion = _fsdk.LRStructureElement_e_AttributeTypeVersion
 (保留)属性类型:Version,表示布局识别引擎的架构版本。 更多...
 
 e_AttributeTypeWidth = _fsdk.LRStructureElement_e_AttributeTypeWidth
 属性类型:Width,表示元素内容矩形的宽度。 更多...
 
 e_AttributeTypeWritingMode = _fsdk.LRStructureElement_e_AttributeTypeWritingMode
 属性类型:WritingMode,表示ILSE打包(内联进程)和BLSE堆叠(块进程)的 布局进展方向。 更多...
 
 e_AttributeValueEnumAfter = _fsdk.LRStructureElement_e_AttributeValueEnumAfter
 枚举值:After,表示属性BlockAlign的对齐或属性RubyPosition的位置。 更多...
 
 e_AttributeValueEnumAuto = _fsdk.LRStructureElement_e_AttributeValueEnumAuto
 枚举值:Auto。 更多...
 
 e_AttributeValueEnumBackground = _fsdk.LRStructureElement_e_AttributeValueEnumBackground
 枚举值:Background,表示背景工件。背景工件通常作为显示在其上方或放置在该背景旁边的内容的背景。 更多...
 
 e_AttributeValueEnumBates = _fsdk.LRStructureElement_e_AttributeValueEnumBates
 枚举值:Bates(PDF2.0)。
 
 e_AttributeValueEnumBefore = _fsdk.LRStructureElement_e_AttributeValueEnumBefore
 枚举值:Before,表示属性Placement/RubyPosition的位置或属性BlockAlign的对齐。 更多...
 
 e_AttributeValueEnumBlock = _fsdk.LRStructureElement_e_AttributeValueEnumBlock
 枚举值:Block,表示在封闭的参考区域或父BLSE内按块进展方向堆叠。 更多...
 
 e_AttributeValueEnumBoth = _fsdk.LRStructureElement_e_AttributeValueEnumBoth
 枚举值:Both,表示表格的行和列。 更多...
 
 e_AttributeValueEnumBottom = _fsdk.LRStructureElement_e_AttributeValueEnumBottom
 枚举值:Bottom,表示页面的下边缘。 更多...
 
 e_AttributeValueEnumCB = _fsdk.LRStructureElement_e_AttributeValueEnumCB
 枚举值:cb,表示复选框。 更多...
 
 e_AttributeValueEnumCenter = _fsdk.LRStructureElement_e_AttributeValueEnumCenter
 枚举值:Center,表示属性TextAlign/InlineAlign/RubyAlign的对齐。 更多...
 
 e_AttributeValueEnumCircle = _fsdk.LRStructureElement_e_AttributeValueEnumCircle
 枚举值:Circle,表示空心圆形项目符号。 更多...
 
 e_AttributeValueEnumColumn = _fsdk.LRStructureElement_e_AttributeValueEnumColumn
 枚举值:Column,表示表格的列。 更多...
 
 e_AttributeValueEnumDashed = _fsdk.LRStructureElement_e_AttributeValueEnumDashed
 枚举值:Dashed,表示边框是一系列短线段。 更多...
 
 e_AttributeValueEnumDecimal = _fsdk.LRStructureElement_e_AttributeValueEnumDecimal
 枚举值:Decimal,表示十进制阿拉伯数字(1-9, 10-99, ...)。 更多...
 
 e_AttributeValueEnumDisc = _fsdk.LRStructureElement_e_AttributeValueEnumDisc
 枚举值:Disc,表示实心圆形项目符号。 更多...
 
 e_AttributeValueEnumDistribute = _fsdk.LRStructureElement_e_AttributeValueEnumDistribute
 枚举值:Distribute,表示内容要在行进方向上扩展以填充可用宽度。 更多...
 
 e_AttributeValueEnumDotted = _fsdk.LRStructureElement_e_AttributeValueEnumDotted
 枚举值:Dotted,表示边框是一系列点。 更多...
 
 e_AttributeValueEnumDouble = _fsdk.LRStructureElement_e_AttributeValueEnumDouble
 枚举值:Double,表示边框是两条实线。 更多...
 
 e_AttributeValueEnumEnd = _fsdk.LRStructureElement_e_AttributeValueEnumEnd
 枚举值:End,表示属性Placement的位置,或属性TextAlign/InlineAlign/RubyAlign的对齐。 更多...
 
 e_AttributeValueEnumFloat = _fsdk.LRStructureElement_e_AttributeValueEnumFloat
 枚举值:float。
 
 e_AttributeValueEnumFooter = _fsdk.LRStructureElement_e_AttributeValueEnumFooter
 枚举值:Footer。
 
 e_AttributeValueEnumGroove = _fsdk.LRStructureElement_e_AttributeValueEnumGroove
 枚举值:Groove,表示边框看起来像刻在画布上的沟槽。 更多...
 
 e_AttributeValueEnumHeader = _fsdk.LRStructureElement_e_AttributeValueEnumHeader
 枚举值:Header。
 
 e_AttributeValueEnumHidden = _fsdk.LRStructureElement_e_AttributeValueEnumHidden
 枚举值:Hidden,与None相同,除了在表格元素的边框冲突解决方面。 更多...
 
 e_AttributeValueEnumInline = _fsdk.LRStructureElement_e_AttributeValueEnumInline
 枚举值:Inline,表示属性Placement/RubyPosition的位置。 更多...
 
 e_AttributeValueEnumInset = _fsdk.LRStructureElement_e_AttributeValueEnumInset
 枚举值:Inset,表示边框使整个框看起来像嵌入画布中。 更多...
 
 e_AttributeValueEnumInvalid = _fsdk.LRStructureElement_e_AttributeValueEnumInvalid
 无效的枚举值。
 
 e_AttributeValueEnumJustify = _fsdk.LRStructureElement_e_AttributeValueEnumJustify
 枚举值:Justify,表示属性TextAlign/BlockAlign/RubyAlign的对齐。 更多...
 
 e_AttributeValueEnumLayout = _fsdk.LRStructureElement_e_AttributeValueEnumLayout
 枚举值:Layout,表示布局工件。纯装饰性的排版或设计元素,如脚注规则或背景屏幕。 更多...
 
 e_AttributeValueEnumLeft = _fsdk.LRStructureElement_e_AttributeValueEnumLeft
 枚举值:Left,表示页面的左边缘。 更多...
 
 e_AttributeValueEnumLineThrough = _fsdk.LRStructureElement_e_AttributeValueEnumLineThrough
 枚举值:LineThrough,表示穿过文本中间的线条。 更多...
 
 e_AttributeValueEnumLowerAlpha = _fsdk.LRStructureElement_e_AttributeValueEnumLowerAlpha
 枚举值:LowerAlpha,表示小写字母(a, b, c, ...)。 更多...
 
 e_AttributeValueEnumLowerRoman = _fsdk.LRStructureElement_e_AttributeValueEnumLowerRoman
 枚举值:LowerRoman,表示小写罗马数字(i, ii, iii, iv, ...)。 更多...
 
 e_AttributeValueEnumLrTb = _fsdk.LRStructureElement_e_AttributeValueEnumLrTb
 枚举值:LrTb,表示从左到右的行进方向;从上到下的块进方向。 更多...
 
 e_AttributeValueEnumMiddle = _fsdk.LRStructureElement_e_AttributeValueEnumMiddle
 枚举值:Middle,表示子元素在表格单元格内居中。 更多...
 
 e_AttributeValueEnumNeutral = _fsdk.LRStructureElement_e_AttributeValueEnumNeutral
 枚举值:neutral,表示状态为中立。 更多...
 
 e_AttributeValueEnumNone = _fsdk.LRStructureElement_e_AttributeValueEnumNone
 枚举值:None,表示没有此类属性。 更多...
 
 e_AttributeValueEnumOff = _fsdk.LRStructureElement_e_AttributeValueEnumOff
 枚举值:off,表示状态为关闭。 更多...
 
 e_AttributeValueEnumOn = _fsdk.LRStructureElement_e_AttributeValueEnumOn
 枚举值:on,表示状态为开启。 更多...
 
 e_AttributeValueEnumOrdered = _fsdk.LRStructureElement_e_AttributeValueEnumOrdered
 枚举值:Ordered(PDF 2.0),表示具有未指定编号的有序列表。 更多...
 
 e_AttributeValueEnumOther = _fsdk.LRStructureElement_e_AttributeValueEnumOther
 枚举值:Other(PDF 2.0)。 更多...
 
 e_AttributeValueEnumOutset = _fsdk.LRStructureElement_e_AttributeValueEnumOutset
 枚举值:Outset,表示边框使整个框看起来像从画布中凸出(与Inset相反)。 更多...
 
 e_AttributeValueEnumOverline = _fsdk.LRStructureElement_e_AttributeValueEnumOverline
 枚举值:Overline,表示文本上方的线条。 更多...
 
 e_AttributeValueEnumPage = _fsdk.LRStructureElement_e_AttributeValueEnumPage
 枚举值:Page,表示页面工件。与文档本身无关的生产辅助工具,如裁切标记和色彩条。 更多...
 
 e_AttributeValueEnumPageNum = _fsdk.LRStructureElement_e_AttributeValueEnumPageNum
 枚举值:PageNum(PDF2.0)。
 
 e_AttributeValueEnumPagination = _fsdk.LRStructureElement_e_AttributeValueEnumPagination
 枚举值:Pagination,表示分页工件。辅助页面功能,如页眉页脚和页码。 更多...
 
 e_AttributeValueEnumPB = _fsdk.LRStructureElement_e_AttributeValueEnumPB
 枚举值:pb,表示按钮。 更多...
 
 e_AttributeValueEnumRB = _fsdk.LRStructureElement_e_AttributeValueEnumRB
 枚举值:rb,表示单选按钮。 更多...
 
 e_AttributeValueEnumRidge = _fsdk.LRStructureElement_e_AttributeValueEnumRidge
 枚举值:Ridge,表示边框看起来像从画布中凸出(与Groove相反)。 更多...
 
 e_AttributeValueEnumRight = _fsdk.LRStructureElement_e_AttributeValueEnumRight
 枚举值:Right,表示页面的右边缘。 更多...
 
 e_AttributeValueEnumRlTb = _fsdk.LRStructureElement_e_AttributeValueEnumRlTb
 枚举值:RlTb,表示从右到左的行进方向; 从上到下的块进方向。 更多...
 
 e_AttributeValueEnumRow = _fsdk.LRStructureElement_e_AttributeValueEnumRow
 枚举值:Row,表示表格的行。 更多...
 
 e_AttributeValueEnumSolid = _fsdk.LRStructureElement_e_AttributeValueEnumSolid
 枚举值:Solid,表示边框是单一线段。 更多...
 
 e_AttributeValueEnumSquare = _fsdk.LRStructureElement_e_AttributeValueEnumSquare
 枚举值:Square,表示实心方形项目符号。 更多...
 
 e_AttributeValueEnumStart = _fsdk.LRStructureElement_e_AttributeValueEnumStart
 枚举值:Start,表示属性Placement的位置,或属性TextAlign/InlineAlign/RubyAlign的对齐。 更多...
 
 e_AttributeValueEnumTbLr = _fsdk.LRStructureElement_e_AttributeValueEnumTbLr
 枚举值:TbLr(PDF 2.0),表示从上到下的行进方向;从左到右的块进方向。 更多...
 
 e_AttributeValueEnumTbRl = _fsdk.LRStructureElement_e_AttributeValueEnumTbRl
 枚举值:TbRl,表示从上到下的行进方向;从右到左的块进方向。 更多...
 
 e_AttributeValueEnumTop = _fsdk.LRStructureElement_e_AttributeValueEnumTop
 枚举值:Top,表示页面的上边缘。 更多...
 
 e_AttributeValueEnumTV = _fsdk.LRStructureElement_e_AttributeValueEnumTV
 枚举值:tv,表示文本值字段。 更多...
 
 e_AttributeValueEnumUnderline = _fsdk.LRStructureElement_e_AttributeValueEnumUnderline
 枚举值:Underline,表示文本下方的线条。 更多...
 
 e_AttributeValueEnumUnordered = _fsdk.LRStructureElement_e_AttributeValueEnumUnordered
 枚举值:Unordered(PDF 2.0),表示具有未指定项目符号的无序列表。 更多...
 
 e_AttributeValueEnumUpperAlpha = _fsdk.LRStructureElement_e_AttributeValueEnumUpperAlpha
 枚举值:UpperAlpha,表示大写字母(A, B, C, ...)。 更多...
 
 e_AttributeValueEnumUpperRoman = _fsdk.LRStructureElement_e_AttributeValueEnumUpperRoman
 枚举值:UpperRoman,表示大写罗马数字(I, II, III, IV, ...)。 更多...
 
 e_AttributeValueEnumWarichu = _fsdk.LRStructureElement_e_AttributeValueEnumWarichu
 枚举值:Warichu,表示RT和相关的RP元素应格式化为割注,跟随RB元素。 更多...
 
 e_AttributeValueEnumWatermark = _fsdk.LRStructureElement_e_AttributeValueEnumWatermark
 枚举值:Watermark。
 
 e_AttributeValueTypeARGB = _fsdk.LRStructureElement_e_AttributeValueTypeARGB
 值类型:ARGB颜色类型,32位,((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24)。
 
 e_AttributeValueTypeARGBArray = _fsdk.LRStructureElement_e_AttributeValueTypeARGBArray
 值类型:ARGB值数组。
 
 e_AttributeValueTypeElement = _fsdk.LRStructureElement_e_AttributeValueTypeElement
 值类型:元素。
 
 e_AttributeValueTypeElementArray = _fsdk.LRStructureElement_e_AttributeValueTypeElementArray
 值类型:元素数组。
 
 e_AttributeValueTypeEmpty = _fsdk.LRStructureElement_e_AttributeValueTypeEmpty
 空值类型。
 
 e_AttributeValueTypeEnum = _fsdk.LRStructureElement_e_AttributeValueTypeEnum
 值类型:枚举。
 
 e_AttributeValueTypeEnumArray = _fsdk.LRStructureElement_e_AttributeValueTypeEnumArray
 值类型:枚举值数组。
 
 e_AttributeValueTypeFloat = _fsdk.LRStructureElement_e_AttributeValueTypeFloat
 值类型:浮点数。
 
 e_AttributeValueTypeFloatArray = _fsdk.LRStructureElement_e_AttributeValueTypeFloatArray
 值类型:浮点数值数组。
 
 e_AttributeValueTypeInt32 = _fsdk.LRStructureElement_e_AttributeValueTypeInt32
 值类型:32位有符号整数。
 
 e_AttributeValueTypeInt32Array = _fsdk.LRStructureElement_e_AttributeValueTypeInt32Array
 值类型:整数值数组。
 
 e_AttributeValueTypeWStr = _fsdk.LRStructureElement_e_AttributeValueTypeWStr
 值类型:宽字符串。
 
 e_AttributeValueTypeWStrArray = _fsdk.LRStructureElement_e_AttributeValueTypeWStrArray
 值类型:宽字符串数组。
 
- 静态 Public 属性 继承自 FoxitPDFSDKPython2.LRElement
 e_ElementTypeAnnot = _fsdk.LRElement_e_ElementTypeAnnot
 结构元素类型:Annot,意为"Annotation",表示 ILSE内容的一部分与相应PDF标注之间的关联。
 
 e_ElementTypeAnnotContent = _fsdk.LRElement_e_ElementTypeAnnotContent
 结构元素类型:AnnotContent,表示标注内容元素。
 
 e_ElementTypeAnnotObject = _fsdk.LRElement_e_ElementTypeAnnotObject
 结构元素类型:AnnotObject,表示标注对象元素。
 
 e_ElementTypeArt = _fsdk.LRElement_e_ElementTypeArt
 结构元素类型:Art,意为"Article",表示构成单一叙述或阐述的 相对独立的文本主体。
 
 e_ElementTypeArtifact = _fsdk.LRElement_e_ElementTypeArtifact
 结构元素类型:Artifact,包括其他分页、布局、 页面和背景人工制品。
 
 e_ElementTypeAside = _fsdk.LRElement_e_ElementTypeAside
 结构元素类型:Aside(PDF 2.0),表示与其父结构元素内 其他内容不同的内容。
 
 e_ElementTypeBibEntry = _fsdk.LRElement_e_ElementTypeBibEntry
 结构元素类型:BibEntry,意为"Bibliography entry",表示 标识某些引用内容外部来源的参考文献。
 
 e_ElementTypeBlockQuote = _fsdk.LRElement_e_ElementTypeBlockQuote
 结构元素类型:BlockQuote,意为"Block quotation",表示 由一个或多个段落组成的文本部分,归属于 周围文本作者以外的人。
 
 e_ElementTypeCaption = _fsdk.LRElement_e_ElementTypeCaption
 结构元素类型:Caption,表示描述表格或图形的 简短文本部分。
 
 e_ElementTypeCode = _fsdk.LRElement_e_ElementTypeCode
 结构元素类型:Code,表示计算机程序文本片段。
 
 e_ElementTypeComplexContent = _fsdk.LRElement_e_ElementTypeComplexContent
 结构元素类型:ComplexContent,表示复杂内容元素。
 
 e_ElementTypeContainerObject = _fsdk.LRElement_e_ElementTypeContainerObject
 结构元素类型:ContainerObject,表示容器对象元素。
 
 e_ElementTypeDiv = _fsdk.LRElement_e_ElementTypeDiv
 结构元素类型:Div,意为"Division",表示通用的块级元素或 元素组。
 
 e_ElementTypeDocument = _fsdk.LRElement_e_ElementTypeDocument
 结构元素类型:Document,表示完整的文档。
 
 e_ElementTypeDocumentFragment = _fsdk.LRElement_e_ElementTypeDocumentFragment
 结构元素类型:DocumentFragment(PDF 2.0),表示原始完整文档的一部分。
 
 e_ElementTypeEm = _fsdk.LRElement_e_ElementTypeEm
 结构元素类型:Em(PDF 2.0),意为"Emphasis",表示用于强调目的的内容。
 
 e_ElementTypeFENote = _fsdk.LRElement_e_ElementTypeFENote
 结构元素类型:FENote(PDF 2.0),用于标记脚注和尾注。
 
 e_ElementTypeFigure = _fsdk.LRElement_e_ElementTypeFigure
 结构元素类型:Figure,表示图形内容项。
 
 e_ElementTypeForm = _fsdk.LRElement_e_ElementTypeForm
 结构元素类型:Form,表示代表交互式表单字段的 小部件标注。
 
 e_ElementTypeFormObject = _fsdk.LRElement_e_ElementTypeFormObject
 结构元素类型:FormObject,表示表单XObject图形对象元素。
 
 e_ElementTypeFormula = _fsdk.LRElement_e_ElementTypeFormula
 结构元素类型:Formula,表示数学公式。
 
 e_ElementTypeHeading = _fsdk.LRElement_e_ElementTypeHeading
 结构元素类型:H,意为"Heading",表示文档内容细分的标签。 它应该是它所引导的划分的第一个子元素。
 
 e_ElementTypeHeading1 = _fsdk.LRElement_e_ElementTypeHeading1
 结构元素类型:H1,表示1级标题。
 
 e_ElementTypeHeading2 = _fsdk.LRElement_e_ElementTypeHeading2
 结构元素类型:H2,表示2级标题。
 
 e_ElementTypeHeading3 = _fsdk.LRElement_e_ElementTypeHeading3
 结构元素类型:H3,表示3级标题。
 
 e_ElementTypeHeading4 = _fsdk.LRElement_e_ElementTypeHeading4
 结构元素类型:H4,表示4级标题。
 
 e_ElementTypeHeading5 = _fsdk.LRElement_e_ElementTypeHeading5
 结构元素类型:H5,表示5级标题。
 
 e_ElementTypeHeading6 = _fsdk.LRElement_e_ElementTypeHeading6
 结构元素类型:H6,表示6级标题。
 
 e_ElementTypeHeadingN = _fsdk.LRElement_e_ElementTypeHeadingN
 结构元素类型:Hn(PDF 2.0),表示7级或更高级别的标题。
 
 e_ElementTypeImageContent = _fsdk.LRElement_e_ElementTypeImageContent
 结构元素类型:ImageContent,表示图像内容元素。
 
 e_ElementTypeImageObject = _fsdk.LRElement_e_ElementTypeImageObject
 结构元素类型:ImageObject,表示图像图形对象元素。
 
 e_ElementTypeIndex = _fsdk.LRElement_e_ElementTypeIndex
 结构元素类型:Index,表示包含识别文本的条目序列, 伴随指向文档主体中指定文本出现位置的引用元素。
 
 e_ElementTypeLink = _fsdk.LRElement_e_ElementTypeLink
 结构元素类型:Link,表示ILSE内容的一部分与 相应链接标注之间的关联。
 
 e_ElementTypeList = _fsdk.LRElement_e_ElementTypeList
 结构元素类型:L,意为"List",表示具有相似含义和重要性的项目序列。
 
 e_ElementTypeListBody = _fsdk.LRElement_e_ElementTypeListBody
 结构元素类型:LBody,意为"List body",表示 列表项的描述性内容。
 
 e_ElementTypeListItem = _fsdk.LRElement_e_ElementTypeListItem
 结构元素类型:LI,意为"List item",表示列表的单个成员。
 
 e_ElementTypeListLabel = _fsdk.LRElement_e_ElementTypeListLabel
 结构元素类型:Lbl,意为"Label",表示用于区分给定项目与 同一列表或其他类似项目组中其他项目的名称或编号。
 
 e_ElementTypeNonStruct = _fsdk.LRElement_e_ElementTypeNonStruct
 结构元素类型:NonStruct,意为"Nonstructural element",表示 没有固有结构意义的分组元素;它仅用于分组目的。
 
 e_ElementTypeNote = _fsdk.LRElement_e_ElementTypeNote
 结构元素类型:Note,表示解释性文本项, 如脚注或尾注,在文档正文中被引用。
 
 e_ElementTypePageObject = _fsdk.LRElement_e_ElementTypePageObject
 结构元素类型:PageObject,表示页面对象元素。
 
 e_ElementTypeParagraph = _fsdk.LRElement_e_ElementTypeParagraph
 结构元素类型:P,意为"Paragraph",表示文本的低级划分。
 
 e_ElementTypePart = _fsdk.LRElement_e_ElementTypePart
 结构元素类型:Part,表示文档的大规模划分。
 
 e_ElementTypePathContent = _fsdk.LRElement_e_ElementTypePathContent
 结构元素类型:PathContent,表示路径内容元素。
 
 e_ElementTypePathObject = _fsdk.LRElement_e_ElementTypePathObject
 结构元素类型:PathObject,表示路径图形对象元素。
 
 e_ElementTypePrivate = _fsdk.LRElement_e_ElementTypePrivate
 结构元素类型:Private,意为"Private element",表示 包含生成应用程序私有内容的分组元素。
 
 e_ElementTypeQuote = _fsdk.LRElement_e_ElementTypeQuote
 结构元素类型:Quote,意为"Quotation",表示 归属于周围文本作者以外的人的内联文本部分。
 
 e_ElementTypeReference = _fsdk.LRElement_e_ElementTypeReference
 结构元素类型:Reference,表示对文档中 其他地方内容的引用。
 
 e_ElementTypeRuby = _fsdk.LRElement_e_ElementTypeRuby
 结构元素类型:Ruby,表示整个假名注音组合的包装器。
 
 e_ElementTypeRubyAnnot = _fsdk.LRElement_e_ElementTypeRubyAnnot
 结构元素类型:RT,意为"Ruby annotation text",表示 放置在假名基础文本旁边的较小尺寸文本。
 
 e_ElementTypeRubyBase = _fsdk.LRElement_e_ElementTypeRubyBase
 结构元素类型:RB,意为"Ruby base text",表示 应用假名注音的全尺寸文本。
 
 e_ElementTypeRubyPunc = _fsdk.LRElement_e_ElementTypeRubyPunc
 结构元素类型:RP,意为"Ruby punctuation",表示 围绕假名注音文本的标点符号。
 
 e_ElementTypeSect = _fsdk.LRElement_e_ElementTypeSect
 结构元素类型:Sect,意为"Section",表示用于 分组相关内容元素的容器。
 
 e_ElementTypeShadingContent = _fsdk.LRElement_e_ElementTypeShadingContent
 结构元素类型:ShadingContent,表示阴影内容元素。
 
 e_ElementTypeShadingObject = _fsdk.LRElement_e_ElementTypeShadingObject
 结构元素类型:ShadingObject,表示阴影图形对象元素。
 
 e_ElementTypeSpan = _fsdk.LRElement_e_ElementTypeSpan
 结构元素类型:Span,表示没有特定固有特征的 通用内联文本部分。
 
 e_ElementTypeStrong = _fsdk.LRElement_e_ElementTypeStrong
 结构元素类型:Strong(PDF 2.0),表示用于 强烈重要性、严肃性或紧迫性的内容。
 
 e_ElementTypeSub = _fsdk.LRElement_e_ElementTypeSub
 结构元素类型:Sub(PDF 2.0),意为"Sub-division of a block level element",表示 通常被认为是块级结构元素内部细分的内容。
 
 e_ElementTypeTable = _fsdk.LRElement_e_ElementTypeTable
 结构元素类型:Table,表示矩形数据单元格的二维布局, 可能具有复杂的子结构。
 
 e_ElementTypeTableBodyGroup = _fsdk.LRElement_e_ElementTypeTableBodyGroup
 结构元素类型:TBody,意为"Table body row group",表示 构成表格主体部分的行组。
 
 e_ElementTypeTableDataCell = _fsdk.LRElement_e_ElementTypeTableDataCell
 结构元素类型:TD,意为"Table data cell",表示 包含表格内容部分数据的表格单元格。
 
 e_ElementTypeTableFootGroup = _fsdk.LRElement_e_ElementTypeTableFootGroup
 结构元素类型:TFoot,意为"Table footer row group",表示 构成表格页脚的行组。
 
 e_ElementTypeTableHeaderCell = _fsdk.LRElement_e_ElementTypeTableHeaderCell
 结构元素类型:TH,意为"Table header cell",表示 包含描述表格一行或多行或列的标题文本的表格单元格。
 
 e_ElementTypeTableHeaderGroup = _fsdk.LRElement_e_ElementTypeTableHeaderGroup
 结构元素类型:THead,意为"Table header row group",表示 构成表格标题的行组。
 
 e_ElementTypeTableRow = _fsdk.LRElement_e_ElementTypeTableRow
 结构元素类型:TR,意为"Table row",表示 表格中的标题或数据行。
 
 e_ElementTypeTextContent = _fsdk.LRElement_e_ElementTypeTextContent
 结构元素类型:TextContent,表示文本内容元素。
 
 e_ElementTypeTextObject = _fsdk.LRElement_e_ElementTypeTextObject
 结构元素类型:TextObject,表示文本图形对象元素。
 
 e_ElementTypeTitle = _fsdk.LRElement_e_ElementTypeTitle
 结构元素类型:Title(PDF 2.0),表示通常被称为文档或高级内容划分标题的内容。
 
 e_ElementTypeTOC = _fsdk.LRElement_e_ElementTypeTOC
 结构元素类型:TOC,意为"Table of contents",表示 由目录项条目和/或其他嵌套目录条目组成的列表。
 
 e_ElementTypeTOCI = _fsdk.LRElement_e_ElementTypeTOCI
 结构元素类型:TOCI,意为"Table of contents item",表示 目录的单个成员。
 
 e_ElementTypeWarichu = _fsdk.LRElement_e_ElementTypeWarichu
 结构元素类型:Warichu,表示整个割注组合的包装器。
 
 e_ElementTypeWarichuPunc = _fsdk.LRElement_e_ElementTypeWarichuPunc
 结构元素类型:WP,意为"Warichu punctuation",表示 围绕WT文本的标点符号。
 
 e_ElementTypeWarichuText = _fsdk.LRElement_e_ElementTypeWarichuText
 结构元素类型:WT,意为"Warichu text",表示 割注注释的较小尺寸文本,格式化为两行并放置在周围WP元素之间。
 

详细描述

此类表示结构元素。结构元素可用于构造树,如图形结构元素、段落 结构元素、跨度结构元素等。

构造及析构函数说明

◆ LRStructureElement() [1/2]

def FoxitPDFSDKPython2.LRStructureElement.LRStructureElement (   other)

带参数的构造函数。

参数
[in]other另一个结构元素对象。

◆ LRStructureElement() [2/2]

def FoxitPDFSDKPython2.LRStructureElement.LRStructureElement (   element)

构造函数,使用父类对象。

参数
[in]element父类对象。

成员函数说明

◆ GetAttributeValueARGB()

def FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueARGB (   type,
  index 
)

获取指定属性类型的ARGB值(由索引指定)。

此函数适用于值类型为 FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeARGB FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeARGBArray 的属性。对于其他值类型,此函数将返回 0。

参数
[in]type属性类型。请参考从 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRole 开始的值,应该是这些值中的一个。
[in]index指定要检索哪个值的索引。有效范围:从 0 到(count-1)。 count 由函数 FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueCount 返回。
返回
ARGB值。

◆ GetAttributeValueCount()

def FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueCount (   type)

获取指定属性类型的值数量。

  • 当属性类型的值类型表示数组时,此函数返回数组的大小。

  • 当属性类型的值类型不表示数组时,此函数将始终返回1。

参数
[in]type属性类型。请参考从 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRole 开始的值,应该是这些值中的一个。
返回
指定属性类型的值数量。

◆ GetAttributeValueElement()

def FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueElement (   type,
  index 
)

获取指定属性类型的结构元素对象(由索引指定)。

此函数适用于值类型为 FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeElement FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeElementArray 的属性。对于其他值类型,此函数将返回一个结构元素, 其函数 LRStructureElement::IsEmpty 返回 true

参数
[in]type属性类型。请参考从 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRole 开始的值,应该是这些值中的一个。
[in]index指定要检索哪个值的索引。有效范围:从 0 到(count-1)。 count 由函数 FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueCount 返回。
返回
结构元素。

◆ GetAttributeValueEnum()

def FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueEnum (   type,
  index 
)

获取指定属性类型的枚举值(由索引指定)。

此函数适用于值类型为 FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeEnum FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeEnumArray 的属性。对于其他值类型,此函数将返回 FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumInvalid

参数
[in]type属性类型。请参考从 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRole 开始的值,应该是这些值中的一个。
[in]index指定要检索哪个值的索引。有效范围:从 0 到(count-1)。 count 由函数 FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueCount 返回。
返回
枚举值。请参考从 FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumInvalid 开始的值,这将是这些值中的一个。

◆ GetAttributeValueFloat()

def FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueFloat (   type,
  index 
)

获取指定属性类型的浮点值(由索引指定)。

此函数适用于值类型为 FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeFloat FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeFloatArray 的属性。对于其他值类型,此函数将返回 0.0。

参数
[in]type属性类型。请参考从 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRole 开始的值,应该是这些值中的一个。
[in]index指定要检索哪个值的索引。有效范围:从 0 到(count-1)。 count 由函数 FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueCount 返回。
返回
浮点值。

◆ GetAttributeValueInt32()

def FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueInt32 (   type,
  index 
)

获取指定属性类型的整数值(由索引指定)。

此函数适用于值类型为 FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeInt32 FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeInt32Array 的属性。对于其他值类型,此函数将返回 0。

参数
[in]type属性类型。请参考从 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRole 开始的值,应该是这些值中的一个。
[in]index指定要检索哪个值的索引。有效范围:从 0 到(count-1)。 count 由函数 FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueCount 返回。
返回
整数值。

◆ GetAttributeValueString()

def FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueString (   type,
  index 
)

获取指定属性类型的字符串值(由索引指定)。

此函数适用于值类型为 FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeWStr FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeWStrArray 的属性。对于其他值类型,此函数将返回空字符串。

参数
[in]type属性类型。请参考从 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRole 开始的值,应该是这些值中的一个。
[in]index指定要检索哪个值的索引。有效范围:从 0 到(count-1)。 count 由函数 FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueCount 返回。
返回
宽字符串值。

◆ GetAttributeValueType()

def FoxitPDFSDKPython2.LRStructureElement.GetAttributeValueType (   type)

获取指定属性类型的属性值类型。

参数
[in]type属性类型。请参考从 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRole 开始的值,应该是这些值中的一个。
返回
指定属性类型的值类型。请参考从 FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeEmpty 开始的值,这将是这些值中的一个。

◆ GetBBox()

def FoxitPDFSDKPython2.LRStructureElement.GetBBox ( )

获取边界框。

返回
边界框。

◆ GetChild()

def FoxitPDFSDKPython2.LRStructureElement.GetChild (   index)

通过索引获取子元素。

参数
[in]index要检索的子元素的索引。有效范围:从 0 到(count-1)。 count 由函数 FoxitPDFSDKPython2.LRStructureElement.GetChildCount 返回。
返回
子元素。

◆ GetChildCount()

def FoxitPDFSDKPython2.LRStructureElement.GetChildCount ( )

获取子元素的数量。

返回
子元素数量。

◆ GetParentElement()

def FoxitPDFSDKPython2.LRStructureElement.GetParentElement ( )

获取父元素。

返回
父元素。如果返回对象的函数 LRStructureElement::IsEmpty 返回 true, 表示当前元素没有父元素。

◆ GetSupportedAttribute()

def FoxitPDFSDKPython2.LRStructureElement.GetSupportedAttribute (   index)

通过索引获取支持的属性类型。

参数
[in]index要获取类型的支持属性的索引。有效范围:从0到(count-1)。 count由函数FoxitPDFSDKPython2.LRStructureElement.GetSupportedAttributeCount 返回。
返回
由索引指定的属性的属性类型。

◆ GetSupportedAttributeCount()

def FoxitPDFSDKPython2.LRStructureElement.GetSupportedAttributeCount ( )

获取支持的属性数量。

返回
支持的属性数量。

◆ IsArrayAttributeValueType()

FoxitPDFSDKPython2.LRStructureElement.IsArrayAttributeValueType (   type)
static

检查输入的属性值类型是否表示数组。

参数
[in]type属性值类型。请参考从FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueTypeEmpty 开始的值, 这应该是这些值中的一个。
返回
true表示输入类型表示数组,false表示输入类型不表示数组。

◆ ParseAttributeType()

FoxitPDFSDKPython2.LRStructureElement.ParseAttributeType (   type_string)
static

解析属性类型的字符串表示并获取此属性类型的枚举值。

参数
[in]type_string结构元素属性类型的字符串表示。
返回
属性类型的枚举值。请参考从FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeInvalid 开始的值, 这将是这些值中的一个。

◆ StringifyAttributeType()

FoxitPDFSDKPython2.LRStructureElement.StringifyAttributeType (   type)
static

将指定属性类型的枚举值转换为简短且易记的字符串(文本)表示。

参数
[in]type指定属性类型的枚举值。请参考从FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeInvalid 开始的值, 这应该是这些值中的一个。
返回
表示指定类型的简短且易记的字符串表示。 如果没有简短且易记的字符串表示,或输入类型是FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeInvalid 或无效的枚举值,此函数将返回空字符串。

◆ StringifyEnumVariant()

FoxitPDFSDKPython2.LRStructureElement.StringifyEnumVariant (   type)
static

将指定属性值枚举的枚举值转换为简短且易记的字符串(文本)表示。

参数
[in]type指定属性值枚举的枚举值。请参考从 FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumInvalid 开始的值,这应该是这些值中的一个。
返回
表示指定枚举的简短且易记的字符串表示。 如果没有简短且易记的字符串表示,或输入枚举值是FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumInvalid 或无效的枚举值,此函数将返回空字符串。

类成员变量说明

◆ e_AttributeTypeABox

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeABox = _fsdk.LRStructureElement_e_AttributeTypeABox
static

(保留)属性类型:ABox。

注解
此属性类型的值类型是四个数字的数组。

◆ e_AttributeTypeAttached

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeAttached = _fsdk.LRStructureElement_e_AttributeTypeAttached
static

属性类型:Attached,指定工件在逻辑上附加到页面的边缘(如果有的话)。

注解
此属性类型的值类型是指定枚举值的数组。 有效的枚举值有:

◆ e_AttributeTypeBackgroundColor

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBackgroundColor = _fsdk.LRStructureElement_e_AttributeTypeBackgroundColor
static

属性类型:BackgroundColor,表示用于填充表格单元格或任何元素内容矩形背景的颜色。

注解
此属性类型的值类型是RGB颜色。

◆ e_AttributeTypeBaselineShift

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBaselineShift = _fsdk.LRStructureElement_e_AttributeTypeBaselineShift
static

属性类型:BaselineShift,表示元素基线相对于其父元素基线的偏移距离。

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeBBox

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBBox = _fsdk.LRStructureElement_e_AttributeTypeBBox
static

属性类型:BBox,表示元素的边界框(完全包含其可见内容的矩形)。

注解
此属性类型的值类型是中的四个数字数组, 给出元素边界框的左、下、右和上边缘的坐标。

◆ e_AttributeTypeBlockAlign

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBlockAlign = _fsdk.LRStructureElement_e_AttributeTypeBlockAlign
static

◆ e_AttributeTypeBorderColor

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBorderColor = _fsdk.LRStructureElement_e_AttributeTypeBorderColor
static

属性类型:BorderColor,表示在表格单元格或任何元素内容矩形边缘绘制的边框颜色。

注解
此属性类型的值类型是RGB颜色或RGB颜色值数组。

◆ e_AttributeTypeBorderStyle

◆ e_AttributeTypeBorderThickness

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBorderThickness = _fsdk.LRStructureElement_e_AttributeTypeBorderThickness
static

属性类型:BorderThickness,表示在表格单元格或任何元素内容矩形边缘绘制的边框厚度。

注解
此属性类型的值类型是数字(适用于所有四个边缘)或 四个数字的数组(适用于边框的一个边缘,按照 前、后、开始和结束边缘的顺序)。

◆ e_AttributeTypeColor

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeColor = _fsdk.LRStructureElement_e_AttributeTypeColor
static

属性类型:Color,表示用于绘制文本的颜色以及表格边框和文本装饰的默认颜色值。

注解
此属性类型的值类型是RGB颜色。

◆ e_AttributeTypeColSpan

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeColSpan = _fsdk.LRStructureElement_e_AttributeTypeColSpan
static

仅适用于Table的属性类型:ColSpan,表示单元格跨越的封闭表格中的列数。

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeColumnCount

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeColumnCount = _fsdk.LRStructureElement_e_AttributeTypeColumnCount
static

属性类型:ColumnCount,表示分组元素内容中的列数。

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeColumnGap

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeColumnGap = _fsdk.LRStructureElement_e_AttributeTypeColumnGap
static

属性类型:ColumnGap,表示相邻列之间的期望空间,在内联进展方向上测量。

注解
此属性类型的值类型可以是数字(适用于所有列)或数字数组。 当值类型是数组时:
  • 如果数组包含(ColumnCount-1)个数字,这些数字表示 第一列和第二列之间、第二列和第三列之间的空间,以此类推。

  • 如果少于(ColumnCount-1)个数字,最后一个元素指定 所有剩余的空间;多余的数组元素将被忽略。

◆ e_AttributeTypeColumnWidths

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeColumnWidths = _fsdk.LRStructureElement_e_AttributeTypeColumnWidths
static

属性类型:ColumnWidths,表示列的期望宽度,在内联进展方向上测量。

注解
此属性类型的值类型可以是数字(适用于所有列)或数字数组。 当值类型是数组时:
  • 如果数组包含ColumnCount个数字,这些数字按顺序表示每列的宽度。

  • 如果少于ColumnCount个数字,最后一个元素指定 所有剩余的宽度;多余的数组元素将被忽略。

◆ e_AttributeTypeDestination

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeDestination = _fsdk.LRStructureElement_e_AttributeTypeDestination
static

属性类型:Destination(PDF 2.0),提供访问内容的方法。

注解
此属性类型的值类型是包含ID的零个或多个字符串数组。

◆ e_AttributeTypeDirection

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeDirection = _fsdk.LRStructureElement_e_AttributeTypeDirection
static

◆ e_AttributeTypeEndIndent

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeEndIndent = _fsdk.LRStructureElement_e_AttributeTypeEndIndent
static

属性类型:EndIndent,表示从BLSE的结束边缘到参考区域结束边缘的距离。

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeFieldChecked

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeFieldChecked = _fsdk.LRStructureElement_e_AttributeTypeFieldChecked
static

仅适用于PrintField的属性类型:checked,表示单选按钮或复选框字段的状态。

注解
此属性类型的值类型是枚举。有效的枚举值有:

◆ e_AttributeTypeFieldDesc

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeFieldDesc = _fsdk.LRStructureElement_e_AttributeTypeFieldDesc
static

仅适用于PrintField的属性类型:Desc,表示字段的备用名称, 类似于交互字段的字段字典中TU条目提供的值。

注解
此属性类型的值类型是字符串。

◆ e_AttributeTypeFieldRole

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeFieldRole = _fsdk.LRStructureElement_e_AttributeTypeFieldRole
static

仅适用于PrintField的属性类型:Role,表示此图形所代表的表单字段类型。

注解
此属性类型的值类型是枚举。有效的枚举值有:

◆ e_AttributeTypeGlyphOrientationVertical

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeGlyphOrientationVertical = _fsdk.LRStructureElement_e_AttributeTypeGlyphOrientationVertical
static

属性类型:GlyphOrientationVertical,指定当内联进展方向为从上到下或从下到上时字形的方向。

注解
此属性类型的值类型是数字(应该是指定数字-90、0、90、180和270中的一个)或 枚举(应该是值FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumAuto )。

◆ e_AttributeTypeHeight

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeHeight = _fsdk.LRStructureElement_e_AttributeTypeHeight
static

属性类型:Height,表示元素内容矩形的高度。

注解
此属性类型的值类型是数字或枚举值FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumAuto

◆ e_AttributeTypeInlineAlign

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeInlineAlign = _fsdk.LRStructureElement_e_AttributeTypeInlineAlign
static

属性类型:InlineAlign,表示表格单元格内容在内联进展方向上的对齐方式。

注解
此属性类型的值类型是枚举。有效的枚举值有:

◆ e_AttributeTypeLineHeight

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeLineHeight = _fsdk.LRStructureElement_e_AttributeTypeLineHeight
static

属性类型:LineHeight,表示元素在块进展方向上的首选高度。

注解
此属性类型的值类型可以是数字或枚举。有效的枚举值有:

◆ e_AttributeTypeListNumbering

◆ e_AttributeTypePadding

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypePadding = _fsdk.LRStructureElement_e_AttributeTypePadding
static

属性类型:Padding,指定用于元素内容矩形与周围边框之间分离的偏移。

注解
此属性类型的值类型是数字(适用于所有四边)或 四个数字的数组(适用于前、后、开始和结束边缘)。

◆ e_AttributeTypePlacement

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypePlacement = _fsdk.LRStructureElement_e_AttributeTypePlacement
static

◆ e_AttributeTypeRole

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRole = _fsdk.LRStructureElement_e_AttributeTypeRole
static

属性类型:role,表示结构元素含义和它映射到的标准类型的字符串。

注解
此属性类型的值类型是字符串。

◆ e_AttributeTypeRotation

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRotation = _fsdk.LRStructureElement_e_AttributeTypeRotation
static

属性类型:Rotation

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeRowSpan

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRowSpan = _fsdk.LRStructureElement_e_AttributeTypeRowSpan
static

仅适用于Table的属性类型:RowSpan,表示单元格跨越的封闭表格中的行数。

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeRubyAlign

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRubyAlign = _fsdk.LRStructureElement_e_AttributeTypeRubyAlign
static

◆ e_AttributeTypeRubyPosition

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRubyPosition = _fsdk.LRStructureElement_e_AttributeTypeRubyPosition
static

◆ e_AttributeTypeShort

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeShort = _fsdk.LRStructureElement_e_AttributeTypeShort
static

属性类型:Short(PDF 2.0),包含TH结构元素内容的简短形式。

注解
此属性类型的值类型是字符串。

◆ e_AttributeTypeSpaceAfter

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeSpaceAfter = _fsdk.LRStructureElement_e_AttributeTypeSpaceAfter
static

属性类型:SpaceAfter,表示BLSE后边缘之后的额外空间量。

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeSpaceBefore

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeSpaceBefore = _fsdk.LRStructureElement_e_AttributeTypeSpaceBefore
static

属性类型:SpaceBefore,表示BLSE前边缘之前的额外空间量。

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeStartIndent

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeStartIndent = _fsdk.LRStructureElement_e_AttributeTypeStartIndent
static

属性类型:StartIndent,表示从参考区域的开始边缘到BLSE开始边缘的距离。

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeSubType

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeSubType = _fsdk.LRStructureElement_e_AttributeTypeSubType
static

属性类型:Subtype,表示注释或工件的子类型。

注解
此属性类型的值类型:

◆ e_AttributeTypeTableHeaders

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTableHeaders = _fsdk.LRStructureElement_e_AttributeTypeTableHeaders
static

(当前不支持)仅适用于Table的属性类型:Headers,表示元素标识符数组。

注解
此属性类型的值类型是字符串数组。

◆ e_AttributeTypeTableHeaderScope

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTableHeaderScope = _fsdk.LRStructureElement_e_AttributeTypeTableHeaderScope
static

仅适用于Table的属性类型:Scope,指示标题单元格是否适用于 包含它的行中的其余单元格、包含它的列或 包含它的行和列。

注解
此属性类型的值类型是枚举。有效的枚举值有:

◆ e_AttributeTypeTableSummary

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTableSummary = _fsdk.LRStructureElement_e_AttributeTypeTableSummary
static

仅适用于Table的属性类型:Summary,表示表格用途和结构的摘要, 用于非视觉渲染,如语音或盲文。

注解
此属性类型的值类型是字符串。

◆ e_AttributeTypeTBorderStyle

◆ e_AttributeTypeTextAlign

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextAlign = _fsdk.LRStructureElement_e_AttributeTypeTextAlign
static

◆ e_AttributeTypeTextDecorationColor

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextDecorationColor = _fsdk.LRStructureElement_e_AttributeTypeTextDecorationColor
static

属性类型:TextDecorationColor,表示用于绘制文本装饰的颜色。

注解
此属性类型的值类型是RGB颜色。

◆ e_AttributeTypeTextDecorationThickness

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextDecorationThickness = _fsdk.LRStructureElement_e_AttributeTypeTextDecorationThickness
static

属性类型:TextDecorationThickness,表示作为文本装饰一部分绘制的每条线的厚度。

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeTextDecorationType

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextDecorationType = _fsdk.LRStructureElement_e_AttributeTypeTextDecorationType
static

属性类型:TextDecorationType,表示应用于元素文本的文本装饰(如果有的话)。

注解
此属性类型的值类型是枚举或指定枚举值数组。 有效的枚举值有:

◆ e_AttributeTypeTextIndent

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextIndent = _fsdk.LRStructureElement_e_AttributeTypeTextIndent
static

属性类型:TextIndent,表示从BLSE的开始边缘(由 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeStartIndent 指定) 到第一行文本的额外距离。

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeTPadding

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTPadding = _fsdk.LRStructureElement_e_AttributeTypeTPadding
static

属性类型:TPadding,指定用于表格单元格内容矩形与周围边框之间分离的偏移。

注解
此属性类型的值类型是数字(适用于表格单元格的所有四个边缘)或 四个数字的数组(适用于内容矩形的前边缘、后边缘、开始边缘 和结束边缘)。

◆ e_AttributeTypeVersion

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeVersion = _fsdk.LRStructureElement_e_AttributeTypeVersion
static

(保留)属性类型:Version,表示布局识别引擎的架构版本。

注解
此属性类型的值类型是数字。

◆ e_AttributeTypeWidth

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeWidth = _fsdk.LRStructureElement_e_AttributeTypeWidth
static

属性类型:Width,表示元素内容矩形的宽度。

注解
此属性类型的值类型是数字或枚举值FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumAuto

◆ e_AttributeTypeWritingMode

FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeWritingMode = _fsdk.LRStructureElement_e_AttributeTypeWritingMode
static

属性类型:WritingMode,表示ILSE打包(内联进程)和BLSE堆叠(块进程)的 布局进展方向。

注解
此属性类型的值类型是枚举。有效的枚举值有:

◆ e_AttributeValueEnumAfter

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumAfter = _fsdk.LRStructureElement_e_AttributeValueEnumAfter
static

枚举值:After,表示属性BlockAlign的对齐或属性RubyPosition的位置。

  • 对于BlockAlign属性,这意味着最后一个子元素分配矩形的后边缘与表格单元格内容矩形的后边缘对齐。

  • 对于RubyPosition属性,这意味着RT内容要沿元素的后边缘对齐。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBlockAlign , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRubyPosition

◆ e_AttributeValueEnumAuto

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumAuto = _fsdk.LRStructureElement_e_AttributeValueEnumAuto
static

枚举值:Auto。

  • 对于Width和Height属性,这表示没有特定值,值将自动确定。

  • 对于LineHeight属性,这意味着不为BaselineShift的值进行调整。

  • 对于GlyphOrientationVertical属性,这为文本指定默认方向,取决于它是否为全宽(宽度与高度相等)。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeWidth FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeHeight FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeLineHeight , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeGlyphOrientationVertical

◆ e_AttributeValueEnumBackground

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumBackground = _fsdk.LRStructureElement_e_AttributeValueEnumBackground
static

枚举值:Background,表示背景工件。背景工件通常作为显示在其上方或放置在该背景旁边的内容的背景。

注解
此值可与属性类型FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeSubType 一起使用。

◆ e_AttributeValueEnumBefore

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumBefore = _fsdk.LRStructureElement_e_AttributeValueEnumBefore
static

枚举值:Before,表示属性Placement/RubyPosition的位置或属性BlockAlign的对齐。

  • 对于Placement属性,这意味着元素分配矩形的前边缘与最近包围参考区域的前边缘重合。

  • 对于BlockAlign属性,这意味着第一个子元素分配矩形的前边缘 aligned with that of the table cell's content rectangle.

  • For attribute RubyPosition, this means the placement of the RT structure element relative to the RB element in a ruby assembly.

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypePlacement FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBlockAlign , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRubyPosition

◆ e_AttributeValueEnumBlock

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumBlock = _fsdk.LRStructureElement_e_AttributeValueEnumBlock
static

枚举值:Block,表示在封闭的参考区域或父BLSE内按块进展方向堆叠。

注解
此值可与属性类型FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypePlacement 一起使用。

◆ e_AttributeValueEnumBoth

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumBoth = _fsdk.LRStructureElement_e_AttributeValueEnumBoth
static

枚举值:Both,表示表格的行和列。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTableHeaderScope

◆ e_AttributeValueEnumBottom

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumBottom = _fsdk.LRStructureElement_e_AttributeValueEnumBottom
static

枚举值:Bottom,表示页面的下边缘。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeAttached

◆ e_AttributeValueEnumCB

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumCB = _fsdk.LRStructureElement_e_AttributeValueEnumCB
static

枚举值:cb,表示复选框。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeFieldRole

◆ e_AttributeValueEnumCenter

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumCenter = _fsdk.LRStructureElement_e_AttributeValueEnumCenter
static

枚举值:Center,表示属性TextAlign/InlineAlign/RubyAlign的对齐。

  • 对于TextAlign属性,这意味着在起始和结束边缘之间居中。

  • 对于InlineAlign属性,这意味着每个子元素在表格单元格内居中。

  • 对于RubyAlign属性,这意味着内容要在行进方向上居中。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextAlign FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeInlineAlign , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRubyAlign

◆ e_AttributeValueEnumCircle

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumCircle = _fsdk.LRStructureElement_e_AttributeValueEnumCircle
static

枚举值:Circle,表示空心圆形项目符号。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeListNumbering

◆ e_AttributeValueEnumColumn

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumColumn = _fsdk.LRStructureElement_e_AttributeValueEnumColumn
static

枚举值:Column,表示表格的列。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTableHeaderScope

◆ e_AttributeValueEnumDashed

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumDashed = _fsdk.LRStructureElement_e_AttributeValueEnumDashed
static

枚举值:Dashed,表示边框是一系列短线段。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBorderStyle , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTBorderStyle

◆ e_AttributeValueEnumDecimal

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumDecimal = _fsdk.LRStructureElement_e_AttributeValueEnumDecimal
static

枚举值:Decimal,表示十进制阿拉伯数字(1-9, 10-99, ...)。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeListNumbering

◆ e_AttributeValueEnumDisc

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumDisc = _fsdk.LRStructureElement_e_AttributeValueEnumDisc
static

枚举值:Disc,表示实心圆形项目符号。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeListNumbering

◆ e_AttributeValueEnumDistribute

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumDistribute = _fsdk.LRStructureElement_e_AttributeValueEnumDistribute
static

枚举值:Distribute,表示内容要在行进方向上扩展以填充可用宽度。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRubyAlign

◆ e_AttributeValueEnumDotted

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumDotted = _fsdk.LRStructureElement_e_AttributeValueEnumDotted
static

枚举值:Dotted,表示边框是一系列点。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBorderStyle , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTBorderStyle

◆ e_AttributeValueEnumDouble

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumDouble = _fsdk.LRStructureElement_e_AttributeValueEnumDouble
static

枚举值:Double,表示边框是两条实线。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBorderStyle , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTBorderStyle

◆ e_AttributeValueEnumEnd

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumEnd = _fsdk.LRStructureElement_e_AttributeValueEnumEnd
static

枚举值:End,表示属性Placement的位置,或属性TextAlign/InlineAlign/RubyAlign的对齐。

  • 对于Placement属性,这意味着元素分配矩形的结束边缘与最近包围参考区域的结束边缘重合。

  • 对于TextAlign属性,这意味着与结束边缘对齐。

  • 对于InlineAlign属性,这意味着每个子元素分配矩形的结束边缘与表格单元格内容矩形的结束边缘对齐。

  • 对于RubyAlign属性,这意味着内容要在行进方向上沿结束边缘对齐。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypePlacement FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextAlign FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeInlineAlign , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRubyAlign

◆ e_AttributeValueEnumGroove

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumGroove = _fsdk.LRStructureElement_e_AttributeValueEnumGroove
static

枚举值:Groove,表示边框看起来像刻在画布上的沟槽。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBorderStyle , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTBorderStyle

◆ e_AttributeValueEnumHidden

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumHidden = _fsdk.LRStructureElement_e_AttributeValueEnumHidden
static

枚举值:Hidden,与None相同,除了在表格元素的边框冲突解决方面。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBorderStyle , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTBorderStyle

◆ e_AttributeValueEnumInline

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumInline = _fsdk.LRStructureElement_e_AttributeValueEnumInline
static

枚举值:Inline,表示属性Placement/RubyPosition的位置。

  • 对于Placement属性,这意味着在包围的BLSE内沿行进方向进行打包。

  • 对于RubyPosition属性,这意味着RT和相关的RP元素应格式化为括号注释,跟随RB元素。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypePlacement FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRubyPosition

◆ e_AttributeValueEnumInset

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumInset = _fsdk.LRStructureElement_e_AttributeValueEnumInset
static

枚举值:Inset,表示边框使整个框看起来像嵌入画布中。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBorderStyle , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTBorderStyle

◆ e_AttributeValueEnumJustify

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumJustify = _fsdk.LRStructureElement_e_AttributeValueEnumJustify
static

枚举值:Justify,表示属性TextAlign/BlockAlign/RubyAlign的对齐。

  • 对于TextAlign属性,这意味着与起始和结束边缘都对齐,如果必要,扩展每行内的内部间距以实现这种对齐。

  • 对于BlockAlign属性,这意味着子元素与表格单元格内容矩形的前后边缘都对齐。

  • 对于RubyAlign属性,这意味着内容要在行进方向上居中。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextAlign FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBlockAlign , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRubyAlign

◆ e_AttributeValueEnumLayout

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumLayout = _fsdk.LRStructureElement_e_AttributeValueEnumLayout
static

枚举值:Layout,表示布局工件。纯装饰性的排版或设计元素,如脚注规则或背景屏幕。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeSubType

◆ e_AttributeValueEnumLeft

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumLeft = _fsdk.LRStructureElement_e_AttributeValueEnumLeft
static

枚举值:Left,表示页面的左边缘。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeAttached

◆ e_AttributeValueEnumLineThrough

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumLineThrough = _fsdk.LRStructureElement_e_AttributeValueEnumLineThrough
static

枚举值:LineThrough,表示穿过文本中间的线条。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextDecorationType

◆ e_AttributeValueEnumLowerAlpha

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumLowerAlpha = _fsdk.LRStructureElement_e_AttributeValueEnumLowerAlpha
static

枚举值:LowerAlpha,表示小写字母(a, b, c, ...)。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeListNumbering

◆ e_AttributeValueEnumLowerRoman

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumLowerRoman = _fsdk.LRStructureElement_e_AttributeValueEnumLowerRoman
static

枚举值:LowerRoman,表示小写罗马数字(i, ii, iii, iv, ...)。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeListNumbering

◆ e_AttributeValueEnumLrTb

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumLrTb = _fsdk.LRStructureElement_e_AttributeValueEnumLrTb
static

枚举值:LrTb,表示从左到右的行进方向;从上到下的块进方向。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeWritingMode

◆ e_AttributeValueEnumMiddle

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumMiddle = _fsdk.LRStructureElement_e_AttributeValueEnumMiddle
static

枚举值:Middle,表示子元素在表格单元格内居中。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBlockAlign

◆ e_AttributeValueEnumNeutral

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumNeutral = _fsdk.LRStructureElement_e_AttributeValueEnumNeutral
static

枚举值:neutral,表示状态为中立。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeFieldChecked

◆ e_AttributeValueEnumNone

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumNone = _fsdk.LRStructureElement_e_AttributeValueEnumNone
static

◆ e_AttributeValueEnumOff

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumOff = _fsdk.LRStructureElement_e_AttributeValueEnumOff
static

枚举值:off,表示状态为关闭。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeFieldChecked

◆ e_AttributeValueEnumOn

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumOn = _fsdk.LRStructureElement_e_AttributeValueEnumOn
static

枚举值:on,表示状态为开启。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeFieldChecked

◆ e_AttributeValueEnumOrdered

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumOrdered = _fsdk.LRStructureElement_e_AttributeValueEnumOrdered
static

枚举值:Ordered(PDF 2.0),表示具有未指定编号的有序列表。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeListNumbering

◆ e_AttributeValueEnumOther

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumOther = _fsdk.LRStructureElement_e_AttributeValueEnumOther
static

枚举值:Other(PDF 2.0)。

注解
此值可与属性类型FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeDirection 一起使用。

◆ e_AttributeValueEnumOutset

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumOutset = _fsdk.LRStructureElement_e_AttributeValueEnumOutset
static

枚举值:Outset,表示边框使整个框看起来像从画布中凸出(与Inset相反)。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBorderStyle , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTBorderStyle

◆ e_AttributeValueEnumOverline

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumOverline = _fsdk.LRStructureElement_e_AttributeValueEnumOverline
static

枚举值:Overline,表示文本上方的线条。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextDecorationType

◆ e_AttributeValueEnumPage

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumPage = _fsdk.LRStructureElement_e_AttributeValueEnumPage
static

枚举值:Page,表示页面工件。与文档本身无关的生产辅助工具,如裁切标记和色彩条。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeSubType

◆ e_AttributeValueEnumPagination

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumPagination = _fsdk.LRStructureElement_e_AttributeValueEnumPagination
static

枚举值:Pagination,表示分页工件。辅助页面功能,如页眉页脚和页码。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeSubType

◆ e_AttributeValueEnumPB

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumPB = _fsdk.LRStructureElement_e_AttributeValueEnumPB
static

枚举值:pb,表示按钮。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeFieldRole

◆ e_AttributeValueEnumRB

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumRB = _fsdk.LRStructureElement_e_AttributeValueEnumRB
static

枚举值:rb,表示单选按钮。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeFieldRole

◆ e_AttributeValueEnumRidge

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumRidge = _fsdk.LRStructureElement_e_AttributeValueEnumRidge
static

枚举值:Ridge,表示边框看起来像从画布中凸出(与Groove相反)。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBorderStyle , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTBorderStyle

◆ e_AttributeValueEnumRight

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumRight = _fsdk.LRStructureElement_e_AttributeValueEnumRight
static

枚举值:Right,表示页面的右边缘。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeAttached

◆ e_AttributeValueEnumRlTb

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumRlTb = _fsdk.LRStructureElement_e_AttributeValueEnumRlTb
static

枚举值:RlTb,表示从右到左的行进方向; 从上到下的块进方向。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeWritingMode

◆ e_AttributeValueEnumRow

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumRow = _fsdk.LRStructureElement_e_AttributeValueEnumRow
static

枚举值:Row,表示表格的行。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTableHeaderScope

◆ e_AttributeValueEnumSolid

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumSolid = _fsdk.LRStructureElement_e_AttributeValueEnumSolid
static

枚举值:Solid,表示边框是单一线段。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeBorderStyle , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTBorderStyle

◆ e_AttributeValueEnumSquare

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumSquare = _fsdk.LRStructureElement_e_AttributeValueEnumSquare
static

枚举值:Square,表示实心方形项目符号。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeListNumbering

◆ e_AttributeValueEnumStart

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumStart = _fsdk.LRStructureElement_e_AttributeValueEnumStart
static

枚举值:Start,表示属性Placement的位置,或属性TextAlign/InlineAlign/RubyAlign的对齐。

  • 对于Placement属性,这意味着元素分配矩形的起始边缘与最近包围参考区域的起始边缘重合。

  • 对于TextAlign属性,这意味着与起始边缘对齐。

  • 对于InlineAlign属性,这意味着每个子元素分配矩形的起始边缘与表格单元格内容矩形的起始边缘对齐。

  • 对于RubyAlign属性,这意味着内容要在行进方向上沿起始边缘对齐。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypePlacement FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextAlign FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeInlineAlign , 和 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRubyAlign

◆ e_AttributeValueEnumTbLr

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumTbLr = _fsdk.LRStructureElement_e_AttributeValueEnumTbLr
static

枚举值:TbLr(PDF 2.0),表示从上到下的行进方向;从左到右的块进方向。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeWritingMode

◆ e_AttributeValueEnumTbRl

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumTbRl = _fsdk.LRStructureElement_e_AttributeValueEnumTbRl
static

枚举值:TbRl,表示从上到下的行进方向;从右到左的块进方向。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeWritingMode

◆ e_AttributeValueEnumTop

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumTop = _fsdk.LRStructureElement_e_AttributeValueEnumTop
static

枚举值:Top,表示页面的上边缘。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeAttached

◆ e_AttributeValueEnumTV

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumTV = _fsdk.LRStructureElement_e_AttributeValueEnumTV
static

枚举值:tv,表示文本值字段。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeFieldRole

◆ e_AttributeValueEnumUnderline

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumUnderline = _fsdk.LRStructureElement_e_AttributeValueEnumUnderline
static

枚举值:Underline,表示文本下方的线条。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeTextDecorationType

◆ e_AttributeValueEnumUnordered

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumUnordered = _fsdk.LRStructureElement_e_AttributeValueEnumUnordered
static

枚举值:Unordered(PDF 2.0),表示具有未指定项目符号的无序列表。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeListNumbering

◆ e_AttributeValueEnumUpperAlpha

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumUpperAlpha = _fsdk.LRStructureElement_e_AttributeValueEnumUpperAlpha
static

枚举值:UpperAlpha,表示大写字母(A, B, C, ...)。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeListNumbering

◆ e_AttributeValueEnumUpperRoman

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumUpperRoman = _fsdk.LRStructureElement_e_AttributeValueEnumUpperRoman
static

枚举值:UpperRoman,表示大写罗马数字(I, II, III, IV, ...)。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeListNumbering

◆ e_AttributeValueEnumWarichu

FoxitPDFSDKPython2.LRStructureElement.e_AttributeValueEnumWarichu = _fsdk.LRStructureElement_e_AttributeValueEnumWarichu
static

枚举值:Warichu,表示RT和相关的RP元素应格式化为割注,跟随RB元素。

注解
可用于属性类型 FoxitPDFSDKPython2.LRStructureElement.e_AttributeTypeRubyPosition